home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / start.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1996-05-08  |  1.0 KB  |  54 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsNone
  7.   Caption = 'Form1'
  8.   ClientHeight = 200
  9.   ClientWidth = 320
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 329
  22.     Height = 209
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Button1: TButton
  26.     Left = 224
  27.     Top = 152
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Ba∩┐╜lat'
  31.     Default = True
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35.   object Button2: TButton
  36.     Left = 120
  37.     Top = 152
  38.     Width = 83
  39.     Height = 25
  40.     Caption = 'CD'#39'ye G∩┐╜z At'
  41.     TabOrder = 1
  42.     OnClick = Button2Click
  43.   end
  44.   object Button3: TButton
  45.     Left = 24
  46.     Top = 152
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  50.     TabOrder = 2
  51.     OnClick = Button3Click
  52.   end
  53. end
  54.